home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / matrixc.zip / MAKE3DEX.MAK < prev    next >
Text File  |  1990-05-10  |  418b  |  29 lines

  1. # Programs: 3d graphics examples using matrix.c and 3d.c funtions
  2.  
  3. .c.obj:
  4.     cl -c -Ox $*.c
  5.  
  6. .obj.exe:
  7.     link $*+3d+matrix;
  8.  
  9. 3d.obj: 3d.c 
  10.  
  11. matrix.obj: matrix.c
  12.  
  13. 3dex1.obj: 3dex1.c 3d.h matrix.h
  14.  
  15. 3dex1.exe: 3dex1.obj
  16.  
  17. 3dex2.obj: 3dex2.c 3d.h matrix.h
  18.  
  19. 3dex2.exe: 3dex2.obj
  20.  
  21. 3dex3.obj: 3dex3.c 3d.h matrix.h
  22.  
  23. 3dex3.exe: 3dex3.obj
  24.  
  25. 3dex4.obj: 3dex4.c 3d.h matrix.h
  26.  
  27. 3dex4.exe: 3dex4.obj
  28.  
  29.